mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Updated User Menu Cookbook (markdown)
parent
7817ae4db0
commit
946dd2c55d
1 changed files with 0 additions and 3 deletions
|
|
@ -39,9 +39,6 @@ Simple example of running bash scripts with help of `TerminalRun`.
|
|||
```js
|
||||
const isMp3 = (a) => /\.mp3$/.test(a);
|
||||
|
||||
export default {
|
||||
const isMp3 = (a) => /\.mp3$/.test(a);
|
||||
|
||||
export default {
|
||||
'F - Convert flac to mp3': async ({DOM, CloudCmd}) => {
|
||||
const command = 'for f in *.flac; do ffmpeg -vsync 2 -i "$f" -b:a 320k "${f%flac}mp3"; done';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue