7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
cd /sls/X04SA/data/x04sa/ES3/pshell/script/Lib
|
|
rm diffutils.py
|
|
rm -R diffcalc
|
|
cp -R diffcalc-2018-04 diffcalc
|
|
cp diffutils-2018-04.py diffutils.py
|