mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
6 lines
No EOL
88 B
Bash
6 lines
No EOL
88 B
Bash
#!/bin/bash
|
|
|
|
python -m bash_kernel.install
|
|
export PATH=$HOME/path_files:$PATH
|
|
|
|
exec "$@" |