summaryrefslogtreecommitdiffhomepage
path: root/run_format.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-14 14:18:44 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-14 14:18:44 +0200
commitd24165ef3361e00036a96ddb2ee706a7e61d3def (patch)
treeef65cbb691bc2de762a7f02855c1795b5837d2ab /run_format.sh
parent5d09dd3d4cb414fa0ab86bc05c743fb224121287 (diff)
IMP: Add Python script.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'run_format.sh')
-rwxr-xr-xrun_format.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_format.sh b/run_format.sh
index 9385aed6..7e7189a0 100755
--- a/run_format.sh
+++ b/run_format.sh
@@ -14,3 +14,7 @@ echo -e "Files found to format = \n\"\"\"\n$FILE_LIST\n\"\"\""
# mistakenly see the entire blob of newline-separated file names as a SINGLE file name instead
# of as a new-line separated list of *many* file names!
clang-format --verbose -i --style=file $FILE_LIST
+
+foreach i ( $FILE_LIST )
+ ./camel_2_snake.py i
+end