mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
removed post build script
This commit is contained in:
parent
d310895fcb
commit
f66f83edc4
2 changed files with 2 additions and 29 deletions
|
@ -1,27 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
exit 0
|
||||
|
||||
echo "linking stuff to dist/"
|
||||
SRC='./src'
|
||||
DEST='./dist'
|
||||
|
||||
cd ${SRC}
|
||||
|
||||
for i in $(find); do
|
||||
~/.bin/hr.sh
|
||||
echo $i
|
||||
if [ ! -d "$i" ]; then
|
||||
fname=$(basename "${SRC}/${i}")
|
||||
dirname=$(dirname "${SRC}/${i}")
|
||||
withoutExt=$(echo "${fname}" | rev | cut -d'.' -f2- | rev)
|
||||
checkFile=$(echo "${DEST}/${i}")
|
||||
|
||||
echo $fname
|
||||
echo $dirname
|
||||
echo $withoutExt
|
||||
echo $checkFile
|
||||
else
|
||||
echo "DIR $i"
|
||||
fi
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue