changed create data symlink script for changed exp location
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
cd
|
||||
rm ./bernina_exp
|
||||
#rm_if_link(){ [ ! -L "$1" ] || rm -v "$1"; }
|
||||
rm ./bernina_data 2> /dev/null
|
||||
ln -s /sf/bernina/data bernina_data
|
||||
rm ./bernina_exp 2> /dev/null
|
||||
ln -s /sf/bernina/exp bernina_exp
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user