mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 17:33:50 +01:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
#! /usr/bin/env node
|
|
"use strict";
|
|
import {start} from "./lib";
|
|
|
|
start();
|
|
|