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:
parent
81e3d203e9
commit
9bc457f7ca
@ -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"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user