diff options
Diffstat (limited to 'mypath/ast.sh')
-rwxr-xr-x | mypath/ast.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mypath/ast.sh b/mypath/ast.sh new file mode 100755 index 0000000..6ea2adc --- /dev/null +++ b/mypath/ast.sh | |||
@@ -0,0 +1,11 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | ########################################################################## | ||
4 | # File Name : ast.sh | ||
5 | # Encoding : utf-8 | ||
6 | # Author : We-unite | ||
7 | # Email : weunite1848@gmail.com | ||
8 | # Created Time : 2024-06-02 15:00:21 | ||
9 | ########################################################################## | ||
10 | |||
11 | /home/player/app/llvm-project/build/bin/clang -cc1 -ast-dump $1 | ||