https://github.com/orc/loginsh
Getting around konsole not having an option to do a login shell?
https://github.com/orc/loginsh
Last synced: 8 days ago
JSON representation
Getting around konsole not having an option to do a login shell?
- Host: GitHub
- URL: https://github.com/orc/loginsh
- Owner: Orc
- License: other
- Created: 2021-09-04T20:36:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T05:45:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T13:13:14.845Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A little utility to exec $SHELL as a login shell (for kde's konsole program,
which bizarrely doesn't have a way to exec an arbitrary shell as a login
shell?
To install (as root):
cc -o /sbin/loginsh main.c
chmod go-w /sbin/loginsh