mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Remove garbage file accidentally added
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
a2f657e4cb
commit
bb29541e3c
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
FILELIST=`ls -1 up_*.S`
|
|
||||||
|
|
||||||
for file in $FILELIST; do
|
|
||||||
newname=`echo $file | sed -e "s/up_/arm_/g"`
|
|
||||||
echo "### $file->$newname"
|
|
||||||
git mv $file $newname
|
|
||||||
|
|
||||||
# oldbase=`basename $file`
|
|
||||||
# newbase=`basename $newname`
|
|
||||||
# sed -i -e "s/${oldbase}/${newbase}/g" $file
|
|
||||||
done
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user