Files
dotfiles/bash/.bashrc.d/signin.rc
2023-11-15 11:22:37 +01:00

5 lines
51 B
Bash

#!/bin/bash
function signin(){
\sudo -u $1 bash
}