mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 09:22:51 +08:00
9 lines
103 B
Bash
Executable file
9 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Usage: ./scripts/start.sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/../"
|
|
|
|
air -c ./scripts/.air.toml
|