Adding script to get the liveslack source

This commit is contained in:
Scott C. MacCallum 2023-02-07 08:50:15 -05:00
parent dca3873ee5
commit 22990d5c54

5
git-liveslak.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/sh
git clone git://slackware.nl/liveslak.git
exit 0