mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash -li
|
|
# Source settings, aliases, and probe terminal size, then hand over to klish
|
|
unset HISTFILE
|
|
exec /usr/bin/klish
|