mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
10 lines
160 B
Bash
10 lines
160 B
Bash
|
#! /bin/bash
|
||
|
set -e
|
||
|
#
|
||
|
# modify by untoutseul05 to search local name for Desktop Folder
|
||
|
# the package now suits the fhs
|
||
|
|
||
|
# application name
|
||
|
appli_name="OSCAR"
|
||
|
|