diff options
| author | sigoden <sigoden@gmail.com> | 2024-08-03 00:07:46 +0000 |
|---|---|---|
| committer | sigoden <sigoden@gmail.com> | 2024-08-03 00:07:46 +0000 |
| commit | 556713a18ce738785ac9188db7089dd70a326c12 (patch) | |
| tree | 7fa054a6c5abdd142dca84eb49d6f54605753624 | |
| parent | d66d8938f1f845e92966835f70bc2f97ebb8246b (diff) | |
| download | llm-functions-docker-556713a18ce738785ac9188db7089dd70a326c12.tar.gz | |
chore: update tools/fs_rm.sh
| -rwxr-xr-x | tools/fs_rm.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/fs_rm.sh b/tools/fs_rm.sh index c07c17d..89e9f95 100755 --- a/tools/fs_rm.sh +++ b/tools/fs_rm.sh @@ -3,7 +3,6 @@ set -e # @describe Remove the file or directory at the specified path. -# @env FS_BASE_DIR=. The base dir # @option --path! The path of the file or directory to remove main() { |
