gophertools/install.sh

7 lines
129 B
Bash
Raw Normal View History

2021-07-01 04:40:33 +00:00
#!/bin/sh
printf "warning: if you can, use the makefile instead\n"
2021-07-20 04:11:45 +00:00
cp -f phman/phman.py /usr/bin/phman
2021-07-01 04:40:33 +00:00
chmod +x /usr/bin/phman