7 lines
179 B
Bash
Executable File
7 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/.local/share/omarchy
|
|
migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
|
|
touch $migration_file
|
|
nvim $migration_file
|