1739ecbbf3
Closes #3494
4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
|
|
mkdir -p $HOME/.rott
|
|
cd $HOME/.rott && exec /usr/bin/rott-bin
|