mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
first commit
This commit is contained in:
13
dotdrop.sh
Executable file
13
dotdrop.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# author: deadc0de6 (https://github.com/deadc0de6)
|
||||
|
||||
args="$@"
|
||||
cur=`dirname $(readlink -f $0)`
|
||||
opwd=`pwd`
|
||||
bin="${cur}/dotdrop/dotdrop.py"
|
||||
|
||||
# run dotdrop
|
||||
cfg="${cur}/config.yaml"
|
||||
cd ${cur}
|
||||
python3 ${bin} --cfg=${cfg} $args
|
||||
cd ${opwd}
|
||||
Reference in New Issue
Block a user