diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-23 16:40:32 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-23 16:40:32 +0800 |
commit | 7e54b1ebe280d760347b1b640c9d4d0038ca6c58 (patch) | |
tree | 4d42c7a84066f0c2ae320e32dc7d86072fd0e4ae /services/gen-tplt | |
parent | 34704b2090c48d9ab9e7458475fd701a38706ae7 (diff) | |
download | crupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.tar.gz crupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.tar.bz2 crupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.zip |
feat(python): move python codes.
Diffstat (limited to 'services/gen-tplt')
-rwxr-xr-x | services/gen-tplt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/services/gen-tplt b/services/gen-tplt deleted file mode 100755 index 38ceb33..0000000 --- a/services/gen-tplt +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -set -e - -script_dir="$(dirname "$0")" - -exec "$script_dir/manage" "template" "generate" "$@" |