mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#/bin/bash
|
|
export PORT=8101
|
|
(cd /home/pavel/Programs/tabliss; /home/pavel/Programs/miniconda3/bin/node server.js)
|