non important commit
This commit is contained in:
parent
0729217b6e
commit
b46ffa452f
1 changed files with 18 additions and 0 deletions
|
|
@ -1 +1,19 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
nix develop . --command bash -c "dotnet new console"
|
nix develop . --command bash -c "dotnet new console"
|
||||||
|
|
||||||
|
rm Program.cs
|
||||||
|
|
||||||
|
program="using System;
|
||||||
|
|
||||||
|
namespace $1
|
||||||
|
{
|
||||||
|
class Program
|
||||||
|
{
|
||||||
|
static void Main(string[] args)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
|
||||||
|
echo "$program" >>Program.cs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue