projects
/
GQL-to-Cypher
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55f81f
)
fix clean bug
author
Thomas Walker Lynch
<xtujpz@reasoningtechnology.com>
Mon, 12 Aug 2024 07:54:39 +0000
(07:54 +0000)
committer
Thomas Walker Lynch
<xtujpz@reasoningtechnology.com>
Mon, 12 Aug 2024 07:54:39 +0000
(07:54 +0000)
developer/
\n
echo $var_name = $file_list
\n
\n
if [ -z "" ]; then
\n
exit 0
\n
fi
\n
\n
echo 'Cleaning files: '
\n
for file in $file_list; do
\n
if [ -e "" ]; then
\n
echo rm -f ""
\n
rm -f ""
\n
fi
\n
done
\n
[deleted file]
patch
|
blob
|
history
diff --git
a/developer/
\n
echo $var_name = $file_list
\n
\n
if [ -z "" ]; then
\n
exit 0
\n
fi
\n
\n
echo 'Cleaning files: '
\n
for file in $file_list; do
\n
if [ -e "" ]; then
\n
echo rm -f ""
\n
rm -f ""
\n
fi
\n
done
\n
b/developer/
\n
echo $var_name = $file_list
\n
\n
if [ -z "" ]; then
\n
exit 0
\n
fi
\n
\n
echo 'Cleaning files: '
\n
for file in $file_list; do
\n
if [ -e "" ]; then
\n
echo rm -f ""
\n
rm -f ""
\n
fi
\n
done
\n
deleted file mode 100644
(file)
index
e69de29
..0000000