1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 02:01:50 +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
commit 93d950db6a

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"`