5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
touch .wakatime-project
|
||
|
echo $1 > .wakatime-project
|