1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-07-31 03:10:18 +02:00

Merge branch 'master' of https://github.com/RyanGreenup/cadmus into master

This commit is contained in:
Ryan Greenup
2020-09-21 23:02:26 +10:00

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
INSTALL_DIR="$HOME/.cadmus"
BIN_DIR="$HOME/.local/bin/"
mkdir "${BIN_DIR} > /dev/null
main () {
me=`basename "$0"`