2006-11-23 11:28:51 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2007-05-21 12:24:19 +01:00
|
|
|
cp scyther-linux ../gui/Scyther/
|
|
|
|
cp scyther-w32.exe ../gui/Scyther/
|
|
|
|
cp scyther-mac ../gui/Scyther/
|
2006-11-23 11:28:51 +00:00
|
|
|
|
2007-05-03 12:32:07 +01:00
|
|
|
# bonus...
|
|
|
|
cp scyther-linux ~/bin
|
|
|
|
|
|
|
|
echo Copied the files to their respective locations and ~/bin
|
|
|
|
|