5857beeaf6
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SDE=/home/user/bf-sde-9.7.0/
|
|
SDE_INSTALL=/home/user/bf-sde-9.7.0/install
|
|
|
|
echo "$SDE"
|
|
echo "$SDE_INSTALL"
|