-
-
Save Kyungpyo-Kim/999ee3c965b196a34aabf52a30c22d7f to your computer and use it in GitHub Desktop.
Revisions
-
Kyungpyo-Kim created this gist
Nov 8, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ touch .env echo branch=master >> .env echo tag=v0.1.5 >> .env echo code_name=`lsb_release -c --short` >> .env echo architecture=`uname -m` >> .env echo brain_dev_ip=192.168.100.103 >> .env echo license_device=/dev/`ls /dev/disk/by-partlabel/a1_driver_license -al | sed 's|.*../../||'` >> .env echo display=$DISPLAY >> .env cat .env ### branch=master tag=v0.1.5 code_name=bionic architecture=x86_64 brain_dev_ip=192.168.100.103 license_device=/dev/sdc1 ###