Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env node
|
||||
kill = require('.')
|
||||
try {
|
||||
kill(process.argv[2], process.argv[3], function(err){
|
||||
if (err) {
|
||||
console.log(err.message)
|
||||
process.exit(1)
|
||||
}
|
||||
})
|
||||
}
|
||||
catch (err) {
|
||||
console.log(err.message)
|
||||
process.exit(1)
|
||||
}
|
||||
Reference in New Issue
Block a user