mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
[ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh
|
|
[ -f ~/.ish/conf.sh ] && source ~/.ish/conf.sh
|