mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
12 lines
89 B
Bash
12 lines
89 B
Bash
|
#! /bin/bash
|
||
|
#
|
||
|
# no error is permitted
|
||
|
set -e
|
||
|
|
||
|
# application name
|
||
|
appli_name="OSCAR"
|
||
|
|
||
|
|
||
|
|
||
|
|