1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 10:11:51 +02:00

Install Script Makes Directory if it doesn't exist

This commit is contained in:
Ryan Greenup 2020-09-14 23:27:30 +10:00
parent 81e3d203e9
commit 9bc457f7ca

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