-
Notifications
You must be signed in to change notification settings - Fork 4
/
Template-TypeOfSystem.sh
17 lines (16 loc) · 1.1 KB
/
Template-TypeOfSystem.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
####################################################################################################
#!/bin/bash # this line only there to enable syntax highlighting in this file
####################################################################################################
# EMERGE TypeOfSystem file - Select your Type of Computational System #
####################################################################################################
# #
# Please copy this file to TypeOfSystem and uncomment your system. #
# Don't commit changes to this file unless you add support for a new system. #
# #
####################################################################################################
#TYPEOFSYSTEM="MacBook"
#TYPEOFSYSTEM="Odin"
#TYPEOFSYSTEM="Freya"
#TYPEOFSYSTEM="LRZ"
#TYPEOFSYSTEM="Dorc"
#TYPEOFSYSTEM="C2PAP"