8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
#urxvt -e "dimr &"
|
||
|
|
urxvt -cd $HOME/projects &
|
||
|
|
urxvt &
|
||
|
|
urxvt &
|
||
|
|
urxvt -cd $HOME/notes &
|
||
|
|
|