2006-11-23 11:28:51 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2006-12-13 10:20:57 +00:00
|
|
|
cp scyther-linux ../gui/Scyther/Bin
|
|
|
|
cp scyther-w32.exe ../gui/Scyther/Bin
|
2007-01-09 15:28:03 +00:00
|
|
|
cp scyther-mac ../gui/Scyther/Bin
|
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
|
|
|
|
|