Update .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 05:56:39 +00:00
parent e46b713f4d
commit 455dea0fb0

View file

@ -1,6 +1,6 @@
#!/usr/bin/env zx #!/usr/bin/env zx
declare let chalk, process, require, which, YAML, $; declare let chalk, which, YAML, $;
const execSync = require("child_process").execSync; const execSync = require("child_process").execSync;
@ -1386,4 +1386,4 @@ async function main() {
} }
// Start the main process // Start the main process
main(); await main();