mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-16 06:32:43 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
|
const record = require('./record');
|
||
|
|
||
|
(async () => await record(process.argv.slice(2, process.argv.length)))();
|