diff options
| author | verdant <i@glowisle.me> | 2026-05-24 20:59:12 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-05-24 20:59:12 +0800 |
| commit | d16f91575d24dab84390a206ef9220547c164395 (patch) | |
| tree | ff1cd79b97101d172135a98bca4fded4589cf5ab | |
| parent | 732ec16e13e82221af028f5f063a51db0619da73 (diff) | |
| download | blog-d16f91575d24dab84390a206ef9220547c164395.tar.gz blog-d16f91575d24dab84390a206ef9220547c164395.zip | |
Modify script parser from sh to bash
| -rwxr-xr-x | publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash rm .hugo_build.lock |
