unet-cli: use modern module imports
authorJo-Philipp Wich <jo@mein.io>
Wed, 24 Aug 2022 22:49:10 +0000 (00:49 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 25 Aug 2022 10:41:29 +0000 (12:41 +0200)
commit0160c88dd09927e2cdd21e430b651389b634bfbb
tree437d7bf84c4d92103f9d7b9ad6ef0907e5dd5a96
parenta1850a0f7b5b36d997ed6add65b84f76e343d130
unet-cli: use modern module imports

Instead of loading the entire `fs` module space using `require()`, utilize
the `import` statement to load the fs function we actually use.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/unet-cli