Skip to content

Commit

Permalink
moved script to match path...
Browse files Browse the repository at this point in the history
  • Loading branch information
khan5ula committed Oct 11, 2024
1 parent 886ff3e commit bddd3f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/init_db_dir.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

DIRECTORY="$HOME/.local/share/noted"

if [ ! -d "$DIRECTORY" ]; then
mkdir -p "$DIRECTORY"
fi

0 comments on commit bddd3f0

Please sign in to comment.