diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 09:05:55 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2022-02-11 09:05:55 +0200 |
commit | e604f9b5fbf97d40da6ffaa69cc4755dce667a12 (patch) | |
tree | 7df966e1693f459eb45b527253eb3fd132567296 | |
parent | 3376c472fada0453eaed54b66fb62316deab22ef (diff) | |
download | arching-kaos-tools-e604f9b5fbf97d40da6ffaa69cc4755dce667a12.tar.gz arching-kaos-tools-e604f9b5fbf97d40da6ffaa69cc4755dce667a12.tar.bz2 arching-kaos-tools-e604f9b5fbf97d40da6ffaa69cc4755dce667a12.zip |
possible fix
-rwxr-xr-x | bin/ak-files | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ak-files b/bin/ak-files index ac81100..3c81791 100755 --- a/bin/ak-files +++ b/bin/ak-files @@ -37,6 +37,12 @@ add(){ main $FILENAME $CRP cat $PWD/data | json_pp pack_z_block file/add $PWD/data + if [ $? == 0 ] + then + echo "cool" + else + echo "not?" + fi } main(){ FILENAME="$1" |