Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "dstart", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Start command with delay", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -22,4 +22,5 @@ # dstart | ||
```sh | ||
# Copy file "file1.txt" to "file2.txt" after 60 seconds. | ||
dstart 60 cp file1.txt file2.txt | ||
# Create directory with delay. | ||
sudo dstart 60 mkdir new_dir | ||
# Command "mkdir new_dir" started after 60 seconds. | ||
``` | ||
@@ -26,0 +27,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8600
38