mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
10 lines
155 B
Bash
10 lines
155 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
#
|
||
|
# delete all the folder not deleted by the purge command
|
||
|
|
||
|
# at the beginning, there was
|
||
|
# application name
|
||
|
appli_name="OSCAR_beta"
|
||
|
|