12 lines
218 B
Bash
Executable File
12 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp scyther-linux ../gui/Scyther/Bin
|
|
cp scyther-w32.exe ../gui/Scyther/Bin
|
|
cp scyther-mac ../gui/Scyther/Bin
|
|
|
|
# bonus...
|
|
cp scyther-linux ~/bin
|
|
|
|
echo Copied the files to their respective locations and ~/bin
|
|
|