diff options
author | Alice S | 2022-03-17 23:45:00 -0700 |
---|---|---|
committer | Alice S | 2022-03-17 23:48:46 -0700 |
commit | ef0d2fb834f37cbc87a5b12b79a4747726efe6b5 (patch) | |
tree | 2463b336d00c8ac78ff2fe0da688f5ca4f348890 /ProperTree | |
parent | 98faecd22321732213504130aaf34ac0c6fd6684 (diff) | |
download | aur-propertree-git.tar.gz |
can now take command line argument
Diffstat (limited to 'ProperTree')
-rwxr-xr-x | ProperTree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ProperTree b/ProperTree index 3d57602dd2fc..563b0c83e8ea 100755 --- a/ProperTree +++ b/ProperTree @@ -1,2 +1,2 @@ #!/usr/bin/env bash -python3 /opt/ProperTree/ProperTree.py +python3 /opt/ProperTree/ProperTree.py $@ |