mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +01:00
4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
cp $(dirname $0)/pirate-get.py /usr/local/bin/pirate-get
|
|
chmod +x /usr/local/bin/pirate-get
|