An open API service indexing awesome lists of open source software.

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?

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