mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
# Source settings, aliases, and probe terminal size, then hand over to klish
|
|
exec env CLISH=yes bash -ilc /usr/bin/klish
|