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